import { ImageResponse } from "next/og"; export const alt = "Geistdocs documentation platform"; export const contentType = "image/png"; export const size = { height: 630, width: 1200, }; const OpenGraphImage = () => new ImageResponse(
Geistdocs
Package-backed documentation sites for people and agents
, size ); export default OpenGraphImage;